home *** CD-ROM | disk | FTP | other *** search
/ Aminet 4 / Aminet 4 - November 1994.iso / aminet / comm / dlg / condir15.lha / changes.txt next >
Text File  |  1994-08-30  |  4KB  |  78 lines

  1. Changes made for ConDir version 1.1 from 1.0
  2. --------------------------------------------
  3.  
  4. *  Hopefully cleaned up the curser handling a bit.  A problem will still
  5. exist if the user holds down a key for too long if the machine cannot keep
  6. up.  Not much more can be done here without some serious changes to the
  7. entire program (and the Amiga and the compiler and the ...).
  8.  
  9. *  Added option 'S' to the main screen.  This allows the sysop (level 255)
  10. to add the selected file to a specific file area.  At this time, the program
  11. doesn't check to see if the area exists or if it has an alternate directory
  12. specified.  Let me know if you would like to see these options added.
  13.  
  14. *  Went back to maximum 78 column lines.  I had reports that the screens
  15. were garbled when running terminal programs with line wrap engaged.
  16.  
  17. *  Size checking now works as advertised (I hope).
  18.  
  19. *  The GUI makeconfig program now has all options available and they should
  20. all work as advertised too.  You can now specify the global "Check Sizes"
  21. option and the individual (per directory) "Move Files" options.  Read the
  22. main docs about this if you don't know what these options are for. BTW, you
  23. probably don't have to edit your config unless you happen to want to change
  24. one or both of those two options.
  25.  
  26. Changes made for ConDir version 1.2 from 1.1
  27. --------------------------------------------
  28.  
  29. *  Sysop option 'S' now uploads the .readme file as a description if there
  30. is one present.  This is perhaps one of my favorite features at the present.
  31.  
  32. *  Support for alternate description files added.  sffiles.bbs, dirx.lst,
  33. wildcat.txt, and files.bbs are now checked for and if found, used.
  34.  
  35. *  Support has been added for up to 100 possible directories.  I can add
  36. support for more than that if anyone wants them.  The MakeConfig utility
  37. was updated to handle the 100 maximum.  I have tested up to 64 directories
  38. and haven't found any problems.
  39.  
  40. Changes made for ConDir version 1.3 from 1.2
  41. --------------------------------------------
  42.  
  43. *  RIP support (yes RIP!) has been added.  Use the key RIP in the command
  44. line to show RIP to the user.  The RIP support is really, really BETA and
  45. the only reason I am telling you it is there is so you can play with it
  46. and give me some comments about it.  The RIP graphics will be changing
  47. in the near future to be cleaner and better looking.  At the present, all
  48. RIP is really used for is screen controls (instead of the keyboard).
  49.  
  50. *  Major code cleanup in progress.  I would appreciate if someone could
  51. run enforcer and report any and all hits to me.  I was having some guru
  52. problems, but I hope these are fixed.  I really don't know what caused
  53. them, although I suspect it had something to do with memory allocation
  54. issues.
  55.  
  56. Changes made for ConDir version 1.5 from 1.3
  57. --------------------------------------------
  58.  
  59. NOTE:  Version 1.4 was an internal BETA version.
  60.  
  61. *  Screen set to raw internally making the cursor keys perform a heck
  62. of a lot better.  Now, you can hold down any of the cursor keys without
  63. trashing the screen.  Wish I would have found the rawcon() function
  64. earlier.
  65.  
  66. *  Cursor keys can now be used instead of the keypad.  All the normal
  67. kypad functions are still active.
  68.  
  69. *  MAJOR bug caught.  I'm hoping this is the one that caused all the
  70. various problems I was having.  Actually, I don't even know how the
  71. program was working at all.  I've been running betas of 1.4 for about
  72. a month now and they seem awefully stable.  Only had one crash I think
  73. when a user tried to mark a file in the aminet game/misc dir, but I
  74. believe this was fixed in a later revision.
  75.  
  76. *  Proper return codes added for both ConDir and the MakeConfig
  77. utility.
  78.